Show
data class Show(val detail: Boolean = false, val show: () -> <Error class: unknown class>) : NavigationSpec
Lets the parent show a UIViewController using UIViewController.showViewController
Parameters
detail
When set too true, shows using UIViewController.showDetailViewController
show
Function to create the UIViewController to show